| 1. | Gets a symbol reader method object 获取符号读取器方法对象。 |
| 2. | Gets a symbol reader method object when given the identifier of a method 在给定方法的标识符的情况下,获取符号读取器方法对象。 |
| 3. | Gets a symbol reader method object that contains a specified position in a document 获取包含文档中的指定位置的符号读取器方法对象。 |
| 4. | Gets a symbol reader method object when given the identifier of a method and its edit and continue version 在给定方法的标识符及其编辑和连续版本的情况下,获取符号读取器方法对象。 |
| 5. | If the name denotes a valid class attribute that is a function object , a method object is created by packing ( pointers to ) the instance object and the function object just found together in an abstract object : this is the method object 如果这个命名确认为一个有效的函数对象类属性,就会将实例对象和函数对象封装进一个抽象对象:这就是方法对象。 |
| 6. | By default , the 1 . 4 . 1 jdk divides the heap into two sections , a young generation and an old generation . actually , there is also a third section , the permanent space , which is used for storing loaded class and method objects 在默认情况下, jdk 1 . 4 . 1将堆分为两部分,一个年轻的代和一个老的代(实际上,还有第三部分永久空间,它用于存储装载的类和方法对象) 。 |
| 7. | When the method object is called with an argument list , it is unpacked again , a new argument list is constructed from the instance object and the original argument list , and the function object is called with this new argument list 以一个参数列表调用方法对象时,它被重新拆封,用实例对象和原始的参数列表构造一个新的参数列表,然后函数对象调用这个新的参数列表。 |